References
- Object Segmentation (D2L7 Insight@DCU Machine Learning Workshop 2017), published 4.29 2017
 
 
 
 
 
Proposal Based Approach
Learning to segment object candidates (Deep Mask) (NIPS 2015)
- Source
- Official Implementation by FAIR
 
 
 
 
 
 
Instance-aware semantic segmentation via multi-task network cascades (CVPR 2016)
 
 
 
 
Mask R-CNN (2017)
- Source
- Author's Homepage
 
- Official Implementation
 
 
- Key contribution points
- ROI Align instead of ROI Pooling
 
- Mask Segmentation using Sigmoid on each class not Softmax on overall classes 
 
 
- Questions
- ROI Align Resolution is just 14x14
- How to deal with the boundaries of large objects?
 
 
 
 
 
 
 
Approach using Recurrent NN
Recurrent Instance Segmentation (ECCV 2016)